home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 192
- Top = 121
- Width = 281
- Height = 193
- AutoSize = True
- Caption = 'CrackMe [id:7]'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Menu = MainMenu1
- OldCreateOrder = False
- OnActivate = memo_kill
- PixelsPerInch = 120
- TextHeight = 16
- object Memo1: TMemo
- Left = 0
- Top = 0
- Width = 273
- Height = 73
- Lines.Strings = (
- 'Memo1')
- ReadOnly = True
- TabOrder = 0
- end
- object Memo2: TMemo
- Left = 0
- Top = 80
- Width = 273
- Height = 57
- Lines.Strings = (
- 'Memo2')
- ReadOnly = True
- TabOrder = 1
- end
- object MainMenu1: TMainMenu
- Left = 256
- Top = 32
- object About1: TMenuItem
- Caption = 'Menue'
- object Exit1: TMenuItem
- Caption = 'About'
- OnClick = Exit1Click
- end
- object Exit2: TMenuItem
- Caption = 'Exit'
- OnClick = Exit2Click
- end
- end
- end
- object Timer1: TTimer
- Interval = 21000
- OnTimer = Timer1Timer
- Left = 160
- Top = 16
- end
- end
-